home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / sue / sue2.frm < prev    next >
Text File  |  1994-01-25  |  434b  |  14 lines

  1. Copyright (c) Sue Cunningham
  2.  
  3. sue1 = sphere stack 50 in 50% bend 45 twist 360;
  4. sue2 = sphere, box stack 15 twist 180;
  5. sue3 = ellipse 3, 0.5 stack 40 bend 20 twist 20 grow 0.15;
  6. sue3a = ellipse 0.3, 0.5 stack 40 bend 20 twist 20 grow 10;
  7. //sue3 looks like a unicorn horn
  8. sue4 = sue2 stack 4 bend 30;
  9. sue1 web 10 with sue2 5 move <-10, 40, 0>;
  10. sue3; 
  11. sue3a move <12, -40, 0>;
  12. sue1 web 10 with sue2 5 move <10,-40, 0>;
  13. end;
  14.